FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / SetReportDefinitionAsync Method / SetReportDefinitionAsync(BatchHeader,String,Byte[]) Method

In This Topic
    SetReportDefinitionAsync(BatchHeader,String,Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetReportDefinitionAsync( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Report As String, _
       ByVal Definition() As Byte _
    ) 
    public void SetReportDefinitionAsync( 
       BatchHeader BatchHeader,
       string Report,
       byte[] Definition
    )

    Parameters

    BatchHeader
    Report
    Definition
    See Also